/* Hero Section */
.hero-section {
  background-color: var(--bg-container);
  padding-block: 12rem !important;
}

.dark-mode .hero-section {
  background-color: var(--bg-container-dark);
}

.hero-section h1 {
  font-size: 52px;
  font-weight: 600;
  text-align: left;
}

.arabic-version .hero-section h1 {
  text-align: right;
}

@media (max-width: 991px) {
  .hero-section h1 {
    text-align: center !important;
  }
}

.hero-section p {
  font-size: 24px;
}

.hero-section .hero-imgs {
  display: flex;
}

.hero-section .hero-imgs picture {
  margin-right: -10px;
}

.hero-section .compare-box {
  background-color: var(--bg-body);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 20px;
  padding: 20px;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 80%;
}

.hero-section .compare-bg {
  position: relative;
}

@media (max-width: 991px) {
  .hero-section .compare-bg {
    display: none !important;
  }
}

.hero-section .compare-bg::before {
  content: "";
  width: 580px;
  height: 580px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin: auto;
  border-radius: 400px;
  z-index: 1;
  background-color: var(--main-color);
}

.hero-section .compare-bg::after {
  content: "";
  width: 610px;
  height: 610px;
  display: block;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  margin: auto;
  border-radius: 400px;
  background-color: #ffaf0647;
}

@media (max-width: 1200px) {
  .hero-section .compare-bg::before {
    width: 470px;
    height: 470px;
  }

  .hero-section .compare-bg::after {
    width: 500px;
    height: 500px;
  }
}

.hero-section .compare-box .compare-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}

.hero-section .compare-box .compare-content {
  display: flex;
  width: 100%;
}

.hero-section .compare-head {
  width: 100%;
  background-color: var(--bg-container);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  color: var(--main-color);
}

.hero-section .compare-head h2 {
  margin-bottom: 0;
}

.hero-section .compare-box .compare-item .compare-big {
  flex-basis: 43%;
}

.hero-section .compare-box .compare-item {
  padding: 0 !important;
}

.hero-section .compare-box .compare-item li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: var(--bg-container);
  flex: 1;
  height: 44px;
}

.hero-section .compare-box .compare-item li.active {
  background: var(--main-linear);
}

.hero-section .compare-box .compare-item li i {
  font-size: 1.5rem;
}

.hero-section .facebook {
  position: absolute;
  right: -34px;
  top: -1px;
  z-index: 1;
}

.hero-section .insta {
  position: absolute;
  left: -35px;
  top: 190px;
  z-index: 999;
}

/* Hero Section */
/* Start Login Section */
.login-section {
  background-color: var(--bg-body);
  padding-block: 3rem !important;
  margin-top: -85px;
  width: 75%;
  margin-inline: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #0000001a;
}

.login-section .login-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.login-section .login-buttons .bookmark,
.login-section .login-buttons .reset {
  width: 40px;
  height: 40px;
  background: var(--main-linear);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.login-section .form-check {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-block: 1rem;
}

.login-section .form-check label {
  cursor: pointer;
}

.login-section .form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.login-section .reset {
  color: var(--main-color);
  text-decoration: none;
}

/* End  Login Section */
/* Start Slider Social Media */
.slider-social-media-section picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* End Slider Social Media */
/* Start Stats */
.stats-section .clock-card,
.stats-section .box-card,
.stats-section .clock-price {
  background-size: cover;
  background-position: center 100%;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 357px;
  gap: 10px;
  border-radius: 20px;
  background-size: 70%;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px #0000001a;
}

.stats-section .clock-card {
  background-image: url(../images/home/clock.svg);
  background-color: var(--main-color);
}

.stats-section .box-card {
  background-image: url(../images/home/box.svg);
  background-color: #fff;
}

.stats-section .clock-price {
  position: relative;
  background-image: url(../images/home/price.svg);
  background-color: var(--bg-container);
  background-position: right 100%;
  background-size: 60%;
  box-shadow: none;
}

.stats-section .box-card {
  color: #000;
}

.stats-section h5 {
  font-size: 18px;
  font-weight: 400;
}

.stats-section h2 {
  font-size: 40px;
  font-weight: 600;
}

.stats-section .login-bg-card {
  background-color: var(--bg-body);
  padding: 60px 20px;
  border-radius: 20px;
  position: absolute;
  bottom: -16px;
  left: -16px;
}

.stats-section .login-card {
  background: var(--main-linear);
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

/* End Stats */
/* Start Features */
.slider-features-section .feat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.slider-features-section .feat h4 {
  text-align: center;
  font-size: 1.2rem;
}

.slider-features-section .feat-icon {
  width: 100px;
  height: 100px;
  background-color: var(--bg-container);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.slider-features-section .feat-icon i {
  font-size: 50px;
  color: var(--main-color);
}

/* End Features */
/* Start Services */
.services .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: var(--bg-body);
}

.services .container {
  background-color: var(--bg-container-dark);
  padding: 20px;
  border-radius: 20px;
}

.services .nav-link.active {
  background: var(--main-linear);
}

.services .nav-link picture {
  display: block;
  width: 30px;
}

/* End Services */
.pay-icons>li {
  border-radius: 35px;
  background-color: var(--bg-container);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.nightmode .pay-icons>li {
  background-color: var(--bg-container);
}

.pay-icons img {
  max-width: 55px;
  object-fit: contain;
  height: 43px;
}

.pay-icons>li:hover {
  background-color: var(--main-color);
  transform: translateY(-5px);
}

.pay-icons {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 20px;
}

#pay-sec {
  padding-bottom: 140px;
}

/* Start Social Result */
#social-results .main-head {
  margin-bottom: 20px;
}

.started-content-up-titles p {
  font-size: 16px;
  color: #545353;
  margin-bottom: 25px;
  line-height: 26px;
}

.social-content {
  border-radius: 20px;
  background: var(--bg-container);
  padding-top: 40px;
  border: 1px solid #e6e6e6;
  border: 0;
}

.social-content-tags {
  display: flex;
  margin: 16px 0px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.social-content-tags nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.social-tag {
  background: #ffffff;
  border-radius: 8px;
  padding: 12px 16px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.social-tag:hover,
.tag-active {
  background: radial-gradient(167.52% 820.83% at -36.22% 213.33%,
      #fdf001 0%,
      #f2efb0 47.4%,
      #fdf001 100%);
  color: #000;
}

.social-page {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-buttons {
  width: 247px;
  height: 56px;
  display: flex;
  justify-content: center;
  gap: 5px;
  border: 1px solid #000000;
  border-radius: 999px;
  padding: 6px;
  background-color: #000000;
}

.social-buttons button {
  padding: 12px 36px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  background: transparent;
  border: none;
  color: #fff;
}

.insta-desc {
  color: #6d6d6d;
}

.insta-web {
  color: #00a6ff;
}

.social-buttons button:hover,
.social-aboutactive {
  background: #fdf001;
  border-radius: 20px;
  box-shadow: 0px 0px 32px 0px #fdf00180;
}

.social-buttons .social-aboutactive button {}

.social-growth-box {
  margin-top: 25px;
  display: flex;
  background: #ffffff;
  width: 437px;
  height: 350px;
  border-radius: 20px 20px 0px 0px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

.social-avatar img {
  border-radius: 50%;
  max-width: 100%;
  width: 90px;
  height: 90px;
}

.social-name {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
}

.social-stats {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-content: center;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
  align-items: center;
}

.social-btn {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.btn-start-growth button {
  width: 163px;
  border: none;
  background: #ff3b5c;
  border-radius: 8px;
  padding: 8px 10px;
  /* gap: 10px; */
  color: #fff;
  font-weight: 700;
}

.btn-message button {
  width: 163px;
  background: #f3f3f3;
  border-radius: 8px;
  padding: 8px 10px;
  gap: 10px;
  color: #000;
  font-weight: 500;
  border: 1px solid #d9d9d9;
}

.arrwo {
  background: #f3f3f3;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  color: #000;
  cursor: pointer;
}

.social-subs,
.social-followers,
.social-likes {
  display: flex;
  flex-direction: column;
  align-content: center;
  line-height: 16px;
}

span.social-numbers {
  font-size: 16px;
  font-weight: 700;
}

/* End Social Result */
/* Small devices (max-width: 600px) */
@media only screen and (max-width: 600px) {
  .social-growth-box {
    width: 90%;
    /* Adjust width for small screens */
    height: auto;
    /* Let height adjust naturally */
    padding: 20px;
    /* Add some padding for better spacing */
  }

  .social-stats {
    gap: 20px;
    /* Reduce the gap between stats */
  }

  .social-btn button {
    width: 100%;
    /* Make buttons full width */
    margin: 5px 0;
    /* Add spacing between buttons */
  }

  .social-avatar img {
    width: 70px;
    /* Adjust avatar size */
    height: 70px;
  }

  .social-tag {
    padding: 10px 12px;
    /* Adjust tag size for smaller screens */
    font-size: 12px;
  }

  .social-buttons {
    flex-direction: column;
    /* Stack buttons vertically */
    width: auto;
  }
}

/* Medium devices (601px - 1024px) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .social-growth-box {
    width: 70%;
    /* Adjust for tablets */
  }

  .social-stats {
    gap: 40px;
    /* Adjust spacing */
  }

  .social-tag {
    font-size: 14px;
    /* Adjust tag font size */
  }
}

.insta-toolbar {
  width: 100%;
  margin-top: 1rem;
  border-top: 1px solid #e6e6e6;
  padding-top: 1rem;
}

.insta-row,
.insta-toolbar ul {
  display: flex;
  gap: 10px;
}

.insta-toolbar ul {
  display: flex;
  justify-content: space-around;
}

.insta-info {
  padding-inline-start: 1rem;
  margin-top: 1rem;
}

/* =========== */
.nav-tabs {
  border-bottom: 0;
  gap: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: var(--main-linear);
  border: 0;
  color: #fff;
}

.nav-tabs .nav-item .nav-link {
  border-radius: 10px;
  color: #fff;
  background-color: var(--bg-body);
}

.started-content-up-titles p {
  color: #eee;
}

.af-be {
  background-color: var(--bg-body);
  border-radius: 10px;
  width: fit-content;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.af-be .nav-link {
  border-radius: 10px;
  color: #fff;
  background-color: var(--bg-container);
}

.social-numbers-after {
  background-color: var(--main-color);
  padding: 10px;
  border-radius: 10px;
}

ul {
  padding: 0;
  list-style: none;
}

/* =========== */
@media (max-width: 767px) {

  .hero-section .buttons,
  .hero-section .join {
    flex-direction: column;
  }

  .login-section {
    width: 100%;
  }

  .services .nav,
  .social-content .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .services .nav-item,
  .social-content {
    flex: 0 0 auto;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .social-growth-box {
    width: 85%;
  }
}

.slider-features-section .fa-chevron-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  z-index: 1;
  transform: scaleX(1);
}

.slider-features-section .fa-chevron-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  z-index: 1;
}

.arabic-version .slider-features-section .fa-chevron-left {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}

.arabic-version .slider-features-section .fa-chevron-right {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

@media (max-width: 767px) {

  .slider-features-section .slick-arrow,
  .slider-features-section .slick-arrow {
    display: none !important;
  }
}

/* Start Opinion */
.opinion .opinion-card {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 25px 20px -2px;
  text-align: center;
  margin: 60px 10px 40px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 30px;
  background-color: var(--bg-container);
  padding: 20px 35px 60px;
}

.opinion .opinion-card picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 30px;
  border: 5px solid var(--main-color);
}

.opinion .opinion-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.opinion .opinion-card i {
  color: gold;
}

.opinion .slick-slide {
  height: 100%;
}

.opinion .opinion-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.opinion .opinion-card .opinion-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.opinion .opinion-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.7;
  height: 100%;
}

.arabic-version .opinion .slider-opinion .fa-chevron-left {
  position: absolute;
  right: -20px;
  left: auto;
  transform: scaleX(-1);
  top: 50%;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  z-index: 1;
}

.opinion .slider-opinion .fa-chevron-left {
  position: absolute;
  left: -20px;
  right: auto;
  transform: scaleX(1);
  top: 50%;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  z-index: 1;
}

.arabic-version .opinion .slider-opinion .fa-chevron-right {
  position: absolute;
  left: -20px;
  right: auto;
  transform: scaleX(-1);
  top: 50%;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  z-index: 1;
}

.opinion .slider-opinion .fa-chevron-right {
  position: absolute;
  right: -20px;
  left: auto;
  transform: scaleX(1);
  top: 50%;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 767px) {
  .slider-opinion .slick-arrow {
    display: none !important;
  }
}

/* End Opinion */
.tap-panes-services-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 2rem;
}

.dark-mode .tap-panes-services-content {
  background-color: var(--bg-body-dark);
}